home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 121
- Width = 331
- Height = 225
- AutoSize = True
- Caption = 'CrackMe [id:6] '
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- OldCreateOrder = False
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 323
- Height = 169
- AutoSize = True
- TabOrder = 0
- object Label2: TLabel
- Left = 87
- Top = 23
- Width = 76
- Height = 16
- Caption = 'Organisation'
- end
- object Label1: TLabel
- Left = 16
- Top = 40
- Width = 69
- Height = 16
- Caption = 'User Name'
- end
- object Label3: TLabel
- Left = 112
- Top = 96
- Width = 76
- Height = 16
- Caption = 'Organisation'
- end
- object Label4: TLabel
- Left = 224
- Top = 152
- Width = 86
- Height = 16
- Caption = 'Serial Number'
- end
- object Panel2: TPanel
- Left = 1
- Top = 1
- Width = 321
- Height = 41
- TabOrder = 0
- object Edit1: TEdit
- Left = 8
- Top = 8
- Width = 305
- Height = 24
- MaxLength = 22
- TabOrder = 0
- end
- end
- object Panel3: TPanel
- Left = 1
- Top = 57
- Width = 321
- Height = 41
- TabOrder = 1
- object Edit2: TEdit
- Left = 8
- Top = 8
- Width = 305
- Height = 24
- MaxLength = 22
- TabOrder = 0
- end
- end
- object Panel4: TPanel
- Left = 1
- Top = 113
- Width = 321
- Height = 41
- TabOrder = 2
- object Edit3: TEdit
- Left = 8
- Top = 8
- Width = 305
- Height = 24
- TabOrder = 0
- end
- end
- end
- object MainMenu1: TMainMenu
- Left = 272
- Top = 65528
- object Exit2: TMenuItem
- Caption = 'Exit'
- OnClick = Exit2Click
- end
- object About1: TMenuItem
- Caption = 'About'
- OnClick = About1Click
- end
- object Register1: TMenuItem
- Caption = 'Register'
- object ValidateEntries1: TMenuItem
- Caption = 'Verify Entries'
- OnClick = ValidateEntries1Click
- end
- object ClearEntries1: TMenuItem
- Caption = 'Clear Entries'
- OnClick = ClearEntries1Click
- end
- end
- end
- end
-